home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / data / file chopper 20 / fchop.exe / TheFileChopper.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-10-28  |  2KB  |  120 lines

  1. object AboutBox: TAboutBox
  2.   Left = 237
  3.   Top = 119
  4.   AutoScroll = False
  5.   Caption = 'About This Program'
  6.   ClientHeight = 340
  7.   ClientWidth = 491
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = OnActivate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object lblUsername: TLabel
  20.     Left = 10
  21.     Top = 177
  22.     Width = 63
  23.     Height = 16
  24.     Caption = 'Username'
  25.   end
  26.   object lblLicense: TLabel
  27.     Left = 10
  28.     Top = 226
  29.     Width = 47
  30.     Height = 16
  31.     Caption = 'License'
  32.   end
  33.   object ListBox1: TListBox
  34.     Left = 10
  35.     Top = 16
  36.     Width = 471
  37.     Height = 153
  38.     Color = clMenu
  39.     ItemHeight = 16
  40.     TabOrder = 0
  41.   end
  42.   object txtLicense: TEdit
  43.     Left = 10
  44.     Top = 246
  45.     Width = 119
  46.     Height = 24
  47.     Font.Charset = ANSI_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -15
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     TabOrder = 2
  54.   end
  55.   object txtUsername: TEdit
  56.     Left = 10
  57.     Top = 197
  58.     Width = 471
  59.     Height = 24
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -15
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     TabOrder = 1
  67.   end
  68.   object OnFileBtn: TButton
  69.     Left = 304
  70.     Top = 246
  71.     Width = 177
  72.     Height = 25
  73.     Cursor = crHandPoint
  74.     Caption = 'OnFileBtn'
  75.     TabOrder = 4
  76.     OnClick = OnFileBtnClick
  77.   end
  78.   object OleContainer1: TOleContainer
  79.     Left = 281
  80.     Top = 224
  81.     Width = 40
  82.     Height = 17
  83.     AutoActivate = aaManual
  84.     Caption = 'OleContainer1'
  85.     TabOrder = 7
  86.     TabStop = False
  87.     Visible = False
  88.   end
  89.   object btRegOnLine: TButton
  90.     Left = 9
  91.     Top = 281
  92.     Width = 472
  93.     Height = 24
  94.     Cursor = crHandPoint
  95.     Caption = 'RegOnLine'
  96.     TabOrder = 5
  97.     OnClick = btRegOnLineClick
  98.   end
  99.   object btRegOffLine: TButton
  100.     Left = 9
  101.     Top = 313
  102.     Width = 472
  103.     Height = 24
  104.     Cursor = crHandPoint
  105.     Caption = 'btRegOffLine'
  106.     TabOrder = 6
  107.     OnClick = btRegOffLineClick
  108.   end
  109.   object CheckBtn: TButton
  110.     Left = 136
  111.     Top = 246
  112.     Width = 161
  113.     Height = 25
  114.     Cursor = crHandPoint
  115.     Caption = 'CheckBtn'
  116.     TabOrder = 3
  117.     OnClick = CheckBtnClick
  118.   end
  119. end
  120.